AI020
Eloquent JavaScript: A Modern Introduction to Programming
Functions and Complex Data Structures
Learning Objectives
- Synthesize the principles of functional modularity and variable scoping.
- Implement and manage hierarchical and non-linear data structures including trees and graphs.
- Evaluate memory management strategies for complex data organization.
- Apply recursion and higher-order functions to solve algorithmic challenges.